home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ImportExport.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  825 b   |  53 lines

  1. ImportAccessory = {
  2.     ACTIONS = {
  3.     setFieldDelimiter:;
  4.     setRecordDelimiter:;
  5.     ok:;
  6.     revert:;
  7.     setSavePath:;
  8.     };
  9.     OUTLETS = {
  10.     getSavePathButton;
  11.     placeHolderView;
  12.     titleMatrix;
  13.     appIconButton;
  14.     customWindow;
  15.     delimiterBox;
  16.     recordDelimPopUp;
  17.     fieldDelimPopUpList;
  18.     customFields;
  19.     runStructureEditorSwitch;
  20.     recordDelimPopUpList;
  21.     fieldDelimPopUp;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     save:;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. ImportExport = {
  32.     ACTIONS = {
  33.     setRecordDelimiter:;
  34.     setFieldDelimiter:;
  35.     };
  36.     OUTLETS = {
  37.     titleMatrix;
  38.     recordDelimPopUpList;
  39.     delimiterBox;
  40.     placeHolderView;
  41.     fieldDelimPopUpList;
  42.     recordDelimPopUp;
  43.     fieldDelimPopUp;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. ExportAccessory = {
  48.     OUTLETS = {
  49.     mergeMatrix;
  50.     };
  51.     SUPERCLASS = ImportAccessory;
  52. };
  53.